.alti-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 10px;
}

@media (max-width: 768px) {
    .alti-row {
        flex-wrap: wrap;
    }

    .alti-cell {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.alti-cell {
    min-height: 35px;
    flex-grow: 1;
    flex-basis: 100%;
}

.alti-row .alti-cell:not(:first-child) {
    margin-left: 10px;
    margin-right: 0;
}

.alti-row .alti-cell:not(:last-child) {
    margin-right: 10px;
    margin-left: 0;
}

.col .alti-cell {
    margin-right: 0;
    margin-left: 0;
}
.identity-logo {
    width: 250px;
}

.card {
    min-width: 500px;
    width: 40%;
    border-radius: 10px;
}

.card.with-side {
    width: 60%;
}

.form {
    width: 100%;
}

.login-container, .alti-row {
    margin: auto;
}

.login-container fieldset {
    margin-top: 25px;
    margin-bottom: 25px;
}

.content-wrapper {
    height: calc(100vh - 120px);
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.local-container {
    min-width: 350px;
}

.alti-row .alti-cell:not(:last-child) {
    margin-right: 25px;
}

.alti-row .alti-cell:not(:first-child) {
    margin-left: 25px;
}

.alti-row .alti-cell {
    display: flex;
    justify-content: center;
}

.alti-cell {
    flex-grow: 1;
    flex-basis: 25%;
}

.alti-row {
    justify-content: center;
}

.information-section {
    display: flex;
    flex-basis: 40%;
    flex-grow: 1;
}

.vertical-separator {
    border-left: 1px solid #5f656d;
    width: 1px;
    margin: 0 !important;
    display: flex;
    flex-basis: 0;
    flex-grow: 0;
}

.wrapper .footer-container {
    margin-left: 0;
}

@media screen and (max-width: 1500px) {
    .card {
        width: 50%;
    }

    .card.with-side {
        width: 75%;
    }
}
@media screen and (max-width: 1000px) {
    .content-wrapper {
        height: auto;
    }
    .alti-row, .information-section {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .information-container {
        padding-top: 20px;
    }

    .vertical-separator {
        border-left: unset;
        border-bottom: 1px solid #5f656d;
        height: 1px;
        width: 100%;
        flex-basis: 100%;
    }

    .submit-container, .signup-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.information-container {
    width: 100%;
}

fieldset .form-group {
    margin-bottom: 15px;
}

.section-label {
    text-align: center;
    font-size: 24px;
}
.navbar-header:after {
    clear: unset;
}

.logo-section {
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.version-container {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-left: 10px;
}

.clickable-text {
    text-align:center;
    cursor: pointer;
    text-decoration-line: underline;
}